home *** CD-ROM | disk | FTP | other *** search
- _width = 30;
- _height = 12;
- this.onEnterFrame = function()
- {
- if(_Y < -45)
- {
- this._x = random(600) - 300;
- this._y = 40 + random(10);
- _width = 30;
- _height = 12;
- }
- _Y = _Y - (_Y + 60) / 10;
- _X = _X - _X / 20;
- _width = _width - 0.5;
- _height = _height - 0.5;
- };
-